CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 非线性 matlab

搜索资源列表

  1. ltsa

    1下载:
  2. 一种用于非线性降维的流形学习算法,主要是先考虑用每一点处的局部切空间表示该点处的几何特征,然后都局部切空间进行排列。-A non-linear dimensionality reduction of manifold learning algorithm, mainly to consider every point of the partial cut Department said that the space of the geometric characteristics of poin
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-10-29
    • 文件大小:1534
    • 提供者:仲国强
  1. ssmf

    1下载:
  2. 用matlab仿真非线性薛定谔方程模拟光在光纤的传输-Matlab simulation of nonlinear Schrö dinger equation with the simulation of light in optical fiber transmission
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:901
    • 提供者:孔德乾
  1. nanewton1

    1下载:
  2. 牛顿迭代法 若高阶非线性方程组: u ( x , y) = 0 v ( x , y) = 0 可以用迭代公式 -Newton iteration if the higher-order nonlinear equations: u (x, y) = 0v (x, y) = 0 can be used iterative formula
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1102
    • 提供者:
  1. MATLAB-FFT

    1下载:
  2. 非线性薛定谔方程数值模拟 分步傅里叶方法-NLSE Split-step Fourier
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1469593
    • 提供者:卓文文
  1. DoubleSpectrum_Analysis

    1下载:
  2. 计算时间序列双谱的三维图和二维图,用于研究非线性过程非常管用!-Bispectrum calculation of three-dimensional time series graph and two-dimensional maps, used to study the nonlinear process is very useful!
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:698
    • 提供者:lijie
  1. symbolic

    0下载:
  2. MATLAB库文件,该方程用于最小二乘法计算,可对非线性方程进行求解,方便-dfe
  3. 所属分类:matlab

    • 发布日期:2017-05-30
    • 文件大小:13153826
    • 提供者:
  1. Levenberg-Marquardt

    5下载:
  2. Levenberg-Marquardt 信赖域方法求解非线性方程组的Matlab程序-Levenberg-Marquardt trust region method for solving nonlinear equations of the Matlab program
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:997
    • 提供者:蔚无
  1. EKF1

    2下载:
  2. EKF程序,用于计算目标跟踪的问题.运行情况很好,很适合非线性滤波问题.-EKF procedures used to calculate the target tracking problem.
  3. 所属分类:matlab例程

    • 发布日期:2012-11-01
    • 文件大小:755
    • 提供者:王鹏
  1. NdimensionNiNetwon

    4下载:
  2. 解n元非线性方程组的拟牛顿法的MATLAB程序-Solution of n-systems of nonlinear equations of quasi-Newton method of the MATLAB program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-04-26
    • 文件大小:4265
    • 提供者:冰冰
  1. NEWTON

    1下载:
  2. 利用牛顿迭代法解非线性方程,这是其matlab程序-Using Newton iteration solution of nonlinear equations, which are its matlab program
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:545
    • 提供者:刘栋
  1. elman

    4下载:
  2. Elman神经网络动态非线性系统建模,程序及simulink模型-Elman neutural network modeling for dynamic non-linear system,including program and simulink model
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-13
    • 文件大小:31744
    • 提供者:frostinfall
  1. example2

    1下载:
  2. 分析比较了KF,EKF,PF等几种非线性滤波方法,很强悍的。-Comparison of the KF, EKF, PF, etc. Some non-linear filtering method, very powerful.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:540745
    • 提供者:yufeng
  1. ds

    1下载:
  2. MATLAB中用遗传算法求解约束非线性规划问题-MATLAB using the genetic algorithm for solving constrained nonlinear programming problem
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:121994
    • 提供者:ss
  1. yalmip

    2下载:
  2. matlab M语言编写支持各种线性,整数,非线性,及其相关综合优化,可用于机械,金融各种行业-matlab M language supports a variety of linear, integer, nonlinear, and its associated synthesis optimization, can be used for machinery, finance a variety of industries
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:893744
    • 提供者:cs
  1. ols

    6下载:
  2. 最小二乘法原理及其MATLAB实现 线性拟合 多项式拟合 非线性拟合程序-Principle and MATLAB least squares linear fitting polynomial fitting nonlinear fitting procedure
  3. 所属分类:matlab

    • 发布日期:2015-01-05
    • 文件大小:836
    • 提供者:晓柳
  1. Code_MATLAB_Optimization

    17下载:
  2. 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file)
  3. 所属分类:matlab例程

    • 发布日期:2012-12-20
    • 文件大小:41587
    • 提供者:
  1. LMFsolve

    0下载:
  2. 罚函数法的源代码和一个原创的例子,求约束为非线性时的方程。-Penalty function method and an original source code examples, find the constraint equations for the nonlinear time.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3912
    • 提供者:唐斌
  1. soliton

    2下载:
  2. 本程序是利用分步傅里叶算法解非线性薛定谔方程-this program is used for NLS by the split step Fourier method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-03-20
    • 文件大小:1201
    • 提供者:soliton
  1. Newton-matlab

    1下载:
  2. Newton牛顿迭代法解非线性方程,这个程序挺不错的,分享给大家-Newton-matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:580
    • 提供者:gake
  1. AlgorithmsforNonlinearEquations

    1下载:
  2. 非线性方程组求解的经典算法,例如牛顿法,两点割线法,最快下降法-Solving nonlinear equations of classical algorithms, such as Newton method,bi-section method,the fastest descent method, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:12092
    • 提供者:Bingo
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com